home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / fixptlib / fp_2manifold_proc.c < prev    next >
Encoding:
Text File  |  1989-11-18  |  156 b   |  15 lines

  1. /*
  2. ### procedure for computing manifolds of the saddles ###
  3. */
  4.  
  5. void
  6. fp_2manifold_proc()
  7. {
  8.     all_reset();
  9.     /*
  10.         fp_2manifold();
  11.     */
  12.     all_refresh();
  13. }
  14.  
  15.